www.gusucode.com > Getting Started with Model Verification and Validation工具箱 > Getting Started with Model Verification and Validation/Simulink Requirements/Scripts/open_Requirements_Perspective_gif.m

    % Copyright 2019 The MathWorks, Inc.
file_name = 'Requirements_Perspective.gif';
if ispc
    winopen(file_name);
else
    system(['open ', file_name]); 
end